Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement update and delete apis for ComplexFormTypes and sync them in CrdtFwdataProjectSyncService #1295

Merged
merged 16 commits into from
Dec 4, 2024

Conversation

hahn-kev
Copy link
Collaborator

@hahn-kev hahn-kev commented Nov 29, 2024

complex form types were not synced, this means after the import if a new complex form type was created and referenced in an entry then the sync would break because the type would not have been created

closes #1281

since it was only a couple extra lines I implemented Writing System sync

@hahn-kev hahn-kev requested review from myieye and rmunn and removed request for myieye December 2, 2024 08:13
# Conflicts:
#	backend/FwLite/LcmCrdt/CrdtMiniLcmApi.cs
@hahn-kev hahn-kev merged commit effc25b into develop Dec 4, 2024
10 checks passed
@hahn-kev hahn-kev deleted the chore/sync-complex-form-types branch December 4, 2024 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement new update api for complex form types
2 participants